home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / IMAGEUPLOAD.DTML < prev    next >
Encoding:
Text File  |  1999-11-03  |  952 b   |  37 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML lang="en">
  3. <HEAD>
  4. <TITLE>Upload</TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
  7. <dtml-var manage_tabs>
  8. <P>
  9. You can update data in the <dtml-var kind> using the form below. 
  10. Select a data file from your local computer by clicking the <EM>Browse</EM> 
  11. button. The file you select will be uploaded to the application.
  12.  
  13. <FORM ACTION="manage_upload" METHOD="POST"
  14.  ENCTYPE="multipart/form-data">
  15. <TABLE CELLSPACING="2">
  16. <TR>
  17.   <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
  18.   <TD ALIGN="LEFT" VALIGN="TOP"><dtml-var id></TD>
  19. </TR>
  20. <TR>
  21.   <TH ALIGN="LEFT" VALIGN="TOP">Data</TH>
  22.   <TD ALIGN="LEFT" VALIGN="TOP">
  23.   <INPUT TYPE="file" NAME="file" SIZE="25" VALUE="">
  24.   </TD>
  25. </TR>
  26. <TR>
  27.   <TD></TD>
  28.   <TD><BR>
  29.   <INPUT TYPE="SUBMIT" VALUE="Change">
  30.   </TD>
  31. </TR>
  32. </TABLE>
  33. </FORM>
  34. </BODY>
  35. </HTML>
  36.  
  37.